home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Small Eiffel 0.4.8
/
lib_std
/
arguments.e
< prev
next >
Wrap
Text File
|
1997-04-13
|
305b
|
18 lines
-- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
-- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
--
class ARGUMENTS
--
-- Needed only for ELKS 95 compatibility.
--
feature
command_name: STRING is
do
Result := command_arguments.item(0);
end;
end -- ARGUMENTS